Search
Calendar.CompactItemLanes Method (ICollection(Item))
See Also
 





Reassigns new lane indices to the specified schedule items in order to remove empty spaces between the items and their neighbors.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void CompactItemLanes (
    ICollection<Item> items
)

Visual Basic  Copy Code

Public Sub CompactItemLanes( _
    items As ICollection(Of Item) _
)

 Parameters

items

 See Also